home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 May / PCWMAY06.iso / Software / Freeware / First Page 2006 3.00 / fp2006-final-3.00-setup.exe / {app} / Iscripts / Windows & Frames / full-window-opener2.izs < prev    next >
Text File  |  2005-07-29  |  1KB  |  50 lines

  1. <!NOWIZARD>
  2.  
  3. <!TITLE>Full Window Opener
  4. <!/TITLE>
  5.  
  6. <!DESCRIPTION>Opens up a window that spans every inch of the screen. Requires IE 4.x, although all other browser will still open a window in "normal" full screen mode.
  7.  
  8. <!/DESCRIPTION> 
  9.  
  10. <!CATEGORY>windows, remotes, frames<!/CATEGORY>
  11.  
  12. <!SCRIPT>
  13. <!-- START OF SCRIPT -->
  14. <!-- Directions: Insert the below into the <body> section of your page. Change the target url to your own. -->
  15. <script>
  16. <!--
  17.  
  18. function fullwin(){
  19. window.open("../index.html","","fullscreen,scrollbars")
  20. }
  21. //-->
  22. </script>
  23. <form>
  24. <input type="button" onClick="fullwin()" value="Open window">
  25. </form>
  26.  
  27. <!-- END OF SCRIPT -->
  28. <!/SCRIPT>
  29.  
  30. <!PREVIEW>
  31. <!-- START OF SCRIPT -->
  32. <!-- Directions: Insert the below into the <body> section of your page. Change the target url to your own. -->
  33. <script>
  34. <!--
  35.  
  36. function fullwin(){
  37. window.open("../index.html","","fullscreen,scrollbars")
  38. }
  39. //-->
  40. </script>
  41. <form>
  42. <input type="button" onClick="fullwin()" value="Open window">
  43. </form>
  44.  
  45.  
  46.  
  47. <!-- END OF SCRIPT -->
  48. <!/PREVIEW>
  49.  
  50. <!RELATED>NONE<!/RELATED>